Q3AttributeSet_Clear
You can use theQ3AttributeSet_Clear
function to remove an attribute of a certain type from an attribute set.
TQ3Status Q3AttributeSet_Clear ( TQ3AttributeSet attributeSet, TQ3AttributeType type);
attributeSet
- An attribute set.
type
- An attribute type.
DESCRIPTION
TheQ3AttributeSet_Clear
function removes the attribute whose type is specified by thetype
parameter from the attribute set specified by theattributeSet
parameter.